CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - color segmentation opencv

搜索资源列表

  1. OpenCV种子填充实现彩色图像分割的代码

    2下载:
  2. OpenCV种子填充实现彩色图像分割的代码,利用intel图形处理库opencv,采用改进的种子算法,实现对彩色图像的分割。-OpenCV seed filling color image segmentation code, using Intel OpenCV graphics library, the adoption of improved seed algorithm to achieve the right color image segmentation.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1928
    • 提供者:陈其星
  1. 基于OpenCV的常用图像分割算法

    0下载:
  2. 基于OpenCV的常用图像分割算法,用随机产生的颜色勾勒目标的轮廓-The program takes a color image (PPM format) and produces a segmentation with a random color assigned to each region.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-02
    • 文件大小:20064
    • 提供者:sxqdxmxp
  1. GraphSegment.rar

    0下载:
  2. 基于OpenCV开发的基于图论的快速图像分割方法,可以选择分割使用的彩色空间,可以设置参数。,effcient graph-based image segmentation on different color spaces programmed on OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2899698
    • 提供者:杨恒
  1. Gesture

    0下载:
  2. 自己用opencv写的手势识别的软件。界面简单点,用动态前景分割肤色模型和直方图反演分割手部区域,然后用模式识别方法搞定识别问题。绝对原创,以后可能再也不搞这方面了,传上来跟大家分享-Own use opencv gesture recognition software to write. Interface simply, skin color model with dynamic foreground segmentation and histogram segmentation of ha
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:7002264
    • 提供者:yang
  1. opencv-move-detection

    1下载:
  2. 基于opencv的运动检测,采用光流法,只要安装了opencv 就能直接使用-moving detection using opencv optical algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:1557
    • 提供者:
  1. segment

    0下载:
  2. 利用hsv颜色模板对图像进行分割。在OpenCV环境下开发完成。-Hsv color template using the image segmentation. Environment developed in OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1555240
    • 提供者:任雪菲
  1. Hand-detection-and-recognition

    0下载:
  2. 基于openCV的手势检测与识别代码,其中使用了基于颜色的分割算法,如果结合运动检测和减背景方法,算法将会更加稳健。-Hand gesture detection and recognition using openCV and the color based segmentation method. If, combinned with motion detection and background substraction, it supposes to be robuster.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-21
    • 文件大小:1601
    • 提供者:GJ
  1. colour

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:13634
    • 提供者:poposong
  1. skin_abstract

    0下载:
  2. 肤色图像分割: 对当前目录下a.jpg进行肤色分割提取 基于OpenCV函数库-Color image segmentation: on the current directory a.jpg color segmentation to extract based on the OpenCV library
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:wudp
  1. PyrSementation

    0下载:
  2. vs2008环境下,opencv开发的金字塔彩色图像分割,对于理解多层次多尺度图像处理有很好的参考价值!-vs2008 environment, opencv pyramid developed color image segmentation, for understanding the multi-level multi-scale image processing is a good reference value!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4641016
    • 提供者:wwwddd
  1. K_MeansSeg

    0下载:
  2. KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。-KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2835919
    • 提供者:chenwenlue
  1. FrameRedColorSegmentation

    0下载:
  2. Takes a video stream as input and applies Red color segmentation for each frame in the RGB color space.The code uses OpenCv library.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1121
    • 提供者:adyandon
  1. pyramid-segmentation-to-colour-graph

    0下载:
  2. 在opencv和vc6.0环境下采用金字塔方法对彩色图像进行了分割,算法稳定可靠-In the opencv and vc6.0-environment pyramid method for color image segmentation, the algorithm is stable and reliable
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1110891
    • 提供者:wangqingcheng
  1. image-segmentation-

    0下载:
  2. 该资料为基于OpenCV的种子填充实现彩色图像分割的代码实现。-The data is based on OpenCV seed filling color image segmentation code implementation.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1670
    • 提供者:王自溟
  1. RGBsegment

    0下载:
  2. 用Opencv对24位RGB彩色图像进行颜色分割,分割出蓝色区域,并对其进行二值化操作-In order to segment the blue area of input picture,we use RGB color segmentation with Opencv.
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2244386
    • 提供者:putibing
  1. OpenCV种子填充实现彩色图像分割的代码

    0下载:
  2. OpenCV种子填充实现彩色图像分割的代码,利用intel图形处理库opencv,采用改进的种子算法,实现对彩色图像的分割。-OpenCV seed filling color image segmentation code, using Intel OpenCV graphics library, the adoption of improved seed algorithm to achieve the right color image segmentation.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1977
    • 提供者:eUSisn
  1. 1

    1下载:
  2. 改代码利用opencv基于YUV颜色空间,实现对肤色分割,并运用凸边,实现对简单手势的识别-Change the code based on the use of opencv YUV color space, color segmentation to achieve, and the use of the convex side, the realization of a simple gesture recognition
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4069
    • 提供者:王涛
  1. PicDeal_ToLi

    0下载:
  2. 使用opencv进行肤色分割,可以划分出完整手型,并可测量出手掌重心,还可以进行腐蚀和膨胀去噪点。学习opencv不可多得的例子-Use opencv skin color segmentation, can be divided into full-hand, and can measure the palm center of gravity, can also be expanded to corrosion and noise. A rare example of learning op
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2723386
    • 提供者:张磊
  1. 手势识别控制小车运动

    1下载:
  2. 本系统利用目前比较成熟的OpenCV的相关函数,进行了基于肤色分割和模板的手势识别的研究,并利用自编的控制函数进行简单的虚实交互,在摄像头一端通过指定的手势动作来控制小车在平面跑道上的启动和停止等动作。(This system uses the correlation function of mature OpenCV at present, studied the skin color segmentation and gesture recognition based on a templa
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:19889152
    • 提供者:HanaRen
  1. Ball_Tracking

    0下载:
  2. This is a Python application that uses the OpenCV library (version 2) to track the movement of balls during a video. It tracks the balls with a combination of color filtering
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:khicon
« 12 »
搜珍网 www.dssz.com